home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_util / flsbbs08.zip / FILESBBS.DOC < prev    next >
Text File  |  1996-05-14  |  5KB  |  112 lines

  1. From:     NutHouse Software
  2.           556 W. Main St.
  3.           Lock Haven, PA  17745
  4.           USA
  5.  
  6.           Woody's NutHouse I (BBS)
  7.           Using : Maximus/2 3.01 and a SupraFax 28.8
  8.           Tel. # : 717-748-5728
  9.  
  10.           Woody's NutHouse II (BBS)
  11.           Using : Maximus/2 3.01 and a ZyXEL Elite 2864
  12.           Tel. # : 717-748-1834
  13.  
  14. If you need to contact me, my internet address is:
  15.     jwoodwar@eagle.lhup.edu
  16.  
  17.  
  18. Both programs are designed for up to 1024 files, but I have never
  19.     had a directory with more than 150 files, so I just hope they work
  20.     in the larger directories.
  21.  
  22.  
  23. #1:  sortfiles.exe
  24.  
  25. Required:   a files.bbs file that has one line per file!
  26.  
  27.      This program will sort a files.bbs file either by descending file dates
  28.      or by ascending file names. I have incorporated this into my files menu
  29.      allowing users to choose for themselves.
  30.      Usage: sortfiles <path> [d]
  31.           where 'path' is the path to the files.bbs type file
  32.           to be sorted. If a space and 'd' follow the directory, the
  33.           files.bbs file will be sorted as to date, otherwise alphabetically
  34.           by names.
  35.  
  36.           e.g.:
  37.           command line:  sortlist c:\max\dosutils\files.bbs
  38.                This will sort the files.bbs file found in the
  39.                c:\max\dosutils directory alphabetically.
  40.  
  41.           command line:  sortlist c:\max\dosutils\dir12.bbs d
  42.                This will sort the dir12.bbs file found in the
  43.                c:\max\dosutils directory by file dates.
  44.  
  45.           command line:  sortlist ?
  46.                This will display how to use the program.
  47.  
  48. #2   filesfix.exe
  49.  
  50.      This program will update a files.bbs file, or create one if it is
  51.      non-existent, of the current directory. It will append approximately
  52.      450 characters of a files_id.diz or a desc.sdi to the file name, if
  53.      such a file exists in the compressed file. Also the output can
  54.      be written to a different path, which might be useful for CDs.
  55.  
  56.      Also a filesbbs.cfg can be put into each directory and this allows
  57.      you to add descriptions to non-compressed files and include them
  58.      into the files.bbs file created. Also the first line of this file
  59.      is the number which represents how much of the description file
  60.      to copy, in case you don't like the 450 character default.
  61.  
  62.      The form of each line after the first line is:
  63.  
  64.           ext,file description
  65.  
  66.           The ',' separates the file extension from its accompanying
  67.           description. An extension has a max of 3 characters, but if
  68.           the 2nd and/or 3rd is '#', then it will include files
  69.           such as 'nodediff.a37', if the line:
  70.  
  71.           a##,Fido node difference file
  72.  
  73.           is in the filesfix.cfg file.
  74.  
  75.  
  76.      I put filesfix.exe and sortlist.exe in my max directory, which is
  77.      in my path.
  78.  
  79.      Assuming that you unpacked this file into an empty directory
  80.      I suggest you first run the filesfix.exe program and inspect the
  81.      resulting files.bbs file. Also this is why the strange files
  82.      are included.
  83.  
  84.      Usage: filesfix.exe {drive}  [output path]
  85.           The {drive} should be the letter of the drive where this
  86.           program will unpack the compressed files to read the
  87.           file_id.diz file. You should only put the one letter which
  88.           indicates the drive to be used. It is faster if this is a RAM
  89.           drive. The output path is only necessary if you want the
  90.           output in a different directory, e.g. you in a CD directory.
  91.  
  92.           e.g.:
  93.           command line:  filesfix  e
  94.                This will update (or create) the files.bbs file in the
  95.                current directory, and will use the e:\maxtemp directory
  96.                to do its work. It creates and deletes this directory!
  97.  
  98.           command line:  filesfix  e   c:\try
  99.                This will update (or create) the files.bbs file in the
  100.                current directory, and will use the e:\maxtemp directory
  101.                to do its work. It creates and deletes this directory!
  102.                The files.bbs file created will be put into the c:\try
  103.                directory.
  104.  
  105.           command line:  filesfix ?
  106.                This will display how to use the program.
  107.  
  108.           It is assumed that pkunzip.exe, arc.exe, arj.exe, pak.exe, and
  109.           lha.exe are in your path. These are the only ones the program
  110.           attempts to unpack.
  111.  
  112.